Re: Column width for layout DXL Peter_Albert - Thu Oct 25 04:45:50 EDT 2012
Column col = currentColumn()
if (!null col){width(col, 200)}
Pre-DOORS 9.1, you cannot use 'currentColumn' to get a handle to the actual column. But in https://www.ibm.com/developerworks/forums/thread.jspa?messageID=14455023� you can find a workaround.
Peter
|